home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / workbench / visualprefs / tools / patchwb / patchwb.readme < prev    next >
Text File  |  1999-11-29  |  4KB  |  105 lines

  1. Short:    Fixes OpenWB() hangs,IPrefs and WB bugs
  2. Uploader: thor@math.tu-berlin.de
  3. Author:   thor@math.tu-berlin.de
  4. Type:     util/boot
  5. Version:  1.01
  6. Requires: WB 3.0 or 3.1 (V39 or V40).
  7.  
  8. ____________________________________________________________________________
  9.  
  10. Changes made:
  11.     1.01 fixes a race condition indroduced with the 1.00, hopefully...
  12.  
  13. ___________________________________________________________________________
  14.  
  15. This patch fixes two workbench related bugs:
  16.  
  17. - first, adding AppIcons with the workbench.library while the workbench
  18. screen is closed crashes the system. This bug is fixed by opening the
  19. workbench first.
  20.  
  21. - the OpenWorkBench() call hangs from time to time. Some fixes have been
  22. available from time to time, but none of them seem to attack the bug at
  23. its real roots. 
  24.  
  25. This IS NOT a task priority problem, but a real bug in IPrefs which locks
  26. two semaphores in the wrong order. For details, study the source code
  27. included.
  28.  
  29.  
  30. Another remark: This is supposed to be a simple patch, the programming
  31. techiques used here SHOULD NOT be used in a serious application. It uses
  32. some internal intuition details and self modifying code to install the
  33. patch, needed to fix the bug.PLEASE DON'T TRY THIS YOURSELF! The patch
  34. will disable itself if a newer (post V40) workbench.library is available,
  35. you should also remove it as soon as a newer version of IPrefs or SetPatch
  36. gets available! SetPatch 43.6 and IPrefs 40.7 ARE NOT GOOD ENOUGH to 
  37. prevent this hang.
  38.  
  39.  
  40. January 1998
  41.  
  42.     Thomas Richter
  43.  
  44. ____________________________________________________________________________
  45.  
  46.                         The THOR-Software Licence
  47.  
  48.  
  49. This License applies to the computer programs known as "PatchWB".
  50. The "Program", below, refers to such program.
  51.  
  52.  
  53. The programs and files in this distribution are freely distributable
  54. under the restrictions stated below, but are also Copyright (c)
  55. Thomas Richter.
  56.  
  57.  
  58. Distribution of the Program by a commercial organization without written
  59. permission from the author to any third party is prohibited if any payment
  60. is made in connection with such distribution, whether directly
  61. (as in payment for a copy of the Program) or indirectly (as in payment
  62. for some service related to the Program, or payment for some product
  63. or service that includes a copy of the Program "without charge";
  64. these are only examples, and not an exhaustive enumeration of prohibited
  65. activities). However, the following methods of distribution involving
  66. payment shall not in and of themselves be a violation of this restriction:
  67.  
  68.  
  69. (i) Posting the Program on a public access information storage and
  70. retrieval service for which a fee is received for retrieving information
  71. (such as an on-line service), provided that the fee is not
  72. content-dependent (i.e., the fee would be the same for retrieving the same
  73. volume of information consisting of random data).
  74.  
  75.  
  76.  
  77. (ii) Distributing the Program on a CD-ROM, provided that the files
  78. containing the Program are reproduced entirely and verbatim on such
  79. CD-ROM, and provided further that all information on such CD-ROM be
  80. redistributable for non-commercial purposes without charge.
  81.  
  82.  
  83.  
  84. Everything in this distribution must be kept together, in original
  85. and unmodified form.
  86.  
  87.  
  88.  
  89.  
  90. Limitations.
  91.  
  92. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  93. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  94. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  95. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  96. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  97. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  98. SERVICING, REPAIR OR CORRECTION.
  99.  
  100.  
  101.  
  102. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  103. THIS ARCHIVE.
  104.  
  105. _____________________________________________________________________________